﻿@charset "UTF-8";
/* author:LTQ;*/
/* author:LTQ;*/
/* #loading {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #dee2eb;
}

.circle {
  margin: 0.4rem auto;
  position: relative;
  width: 0.1rem;
  height: 0.1rem;
  background-color: rgba(221, 44, 23, 0.5);
  box-shadow: -0.1rem 0px 0px white;
  border-radius: 50%;
  animation: circle_classic 1s ease-in-out infinite alternate;
} */

.w {
  width: 14.48rem;
  margin: 0 auto;
}

.header_con {
  width: 100%;
  background: #fff;
}

.header_con .index-banner {
  position: relative;
}

.header_con .index-banner .swiper-container {
  height: 100%;
}

.header_con .index-banner .swiper-container .swiper-slide {
  position: relative;
}

.header_con .index-banner .swiper-container .swiper-slide .u-img {
  display: block;
  height: 100%;
}

.header_con .index-banner .swiper-container .swiper-slide .m-text {
  position: absolute;
  width: 14.5rem;
  height: 100%;
  top: 200vh;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.header_con .index-banner .swiper-container .swiper-slide .m-text .pic-text {
  margin-bottom: 1rem;
  max-width: 100%;
}

.header_con .index-banner .swiper-container .swiper-slide .m-text .pic-text img {
  display: block;
  margin-left: -0.95rem;
  max-width: 100%;
}

.header_con .index-banner .swiper-container .swiper-slide .m-text .m-fill-btn {
  width: 2.65rem;
  margin: 0;
  box-shadow: 0 0 0.1rem 0 rgba(221, 44, 23, 0.51);
  transition: all 0.3s;
  background: linear-gradient(90deg, #ec3a14 0%, #ff7108 100%);
}

.header_con .index-banner .swiper-container .swiper-slide .m-text .m-fill-btn .u-iocn {
  display: inline-block;
  width: 0.2rem;
  height: 0.2rem;
  background-image: url(../images/icon.png);
  background-size: 3rem;
  background-position: -1.32rem 0;
}

.header_con .index-banner .swiper-container .swiper-slide .m-text .m-fill-btn:hover {
  background: linear-gradient(90deg, #ff7108 0%, #ec3a14 100%);
}

.header_con .index-banner .swiper-pagination .swiper-pagination-bullet {
  width: 0.4rem;
  height: 0.04rem;
  border-radius: 0;
  margin: 0 0.06rem;
}

.header_con .index-banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #dd2c17;
}

/*cloud*/
body {
  background-color: #fff;
}

/*主题色*/
.blcok {
  display: block !important;
}

.elli1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.elli2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.elli3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.elli4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.u-img img {
  display: block;
  width: 100%;
  height: 100%;
 /* object-fit: cover;
  object-position: center;*/
}


.gdicon{width: 100%;position: relative;}
.search-box .input-box .gdicon  input{height: 100%}
.search-box .input-box .gdicon  a{display: inline-block; position: absolute;width: 25px;height: 15px;right: 0;top: 15px;background: url(../images/gdclose.png) no-repeat;background-size: 14px}
.m-fill-btn {
  display: table;
  margin: 0 auto;
  background: #dd2c17;
  text-align: center;
  font-size: 0.34rem;
  padding: 0 0.4rem;
  height: 0.52rem;
  border-radius: 0.26rem;
  line-height: 0.52rem;
  color: #fff;
  box-shadow: 0 0 0.1rem 0 rgba(221, 44, 23, 0.5);
}

.m-fill-btn:hover {
  background: linear-gradient(90deg, #ec3a14 0%, #ff7108 100%);
}

.m-linear-btn {
  display: table;
  margin: 0 auto;
  background: #fff;
  text-align: center;
  font-size: 0.22rem;
  padding: 0 0.4rem;
  height: 0.5rem;
  border-radius: 0.25rem;
  line-height: 0.46rem;
  color: #dd2c17;
  border: 0.02rem solid rgba(221, 44, 23, 0.5);
}

.m-title .u-tit {
  color: #393939;
  font-size: 0.42rem;
  line-height: 0.5rem;
  text-align: center;
  font-weight: bold;
}

.m-title .sub-tit {
  color: #000;
  text-align: center;
  font-weight: 200;
  letter-spacing: 0.06rem;
  font-size: 0.32rem;
  line-height: 0.48rem;
  margin-top: 0.1rem;
}

.m-title.textWhite .u-tit {
  color: #fff;
}

.m-title.textWhite .sub-tit {
  color: #fff;
}

.tip-box {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 0.9rem;
  background-color: #fff;
  box-shadow: 0 0 0.16rem 0 rgba(51, 51, 51, 0.06);
}

.tip-box .icon {
  background-position: -0.32rem -0.73rem;
  display: block;
  width: 0.42rem;
  height: 0.36rem;
  background-image: url(../images/icon.png);
  background-size: 3rem;
}

.tip-box .area {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tip-box .logo-box a {
  display: block;
  width: 2.12rem;
  height: 0.93rem;
  margin-top: 0.1rem;
}

.tip-box .logo-box .u-img {
  height: 0.8rem;
  margin: 0;
}

.tip-box .city-box {
  margin-top: 0.1rem;
}

.tip-box .city-box .now {
  display: flex;
  padding: 0.1rem 0.15rem 0.07rem 0.15rem;
  border: #dd2c17 solid 0.01rem;
  color: #dd2c17;
  border-radius: 0.3rem;
}

.tip-box .city-box .now span {
  margin-right: 0.05rem;
}

.tip-box .city-box .now i {
  width: 0;
  height: 0;
  border: 0.1rem solid transparent;
  border-top-color: #dd2c17;
  transform: translateY(0.06rem);
}

.tip-box .city-box .city-out-box {
  position: fixed;
  display: none;
  top: 0.9rem;
  left: 0;
  width: 100%;
  height: calc(100vh - 0.9rem);
  z-index: 100;
  background: #fff;
}

.tip-box .city-box .city-out-box .l-city-box {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}

.tip-box .city-box .city-out-box .l-city-box a {
   border-radius: 0.1rem;
  padding: 0.2rem 0.4rem;
  margin: 0.15rem 0;
  font-size: 0.26rem; width: 25%;
  color: #333333;
}

.tip-box .city-box .city-out-box .l-city-box a:hover {
  color: #dd2c17;
  background: #f8f8f8;
}

.tip-box .wap-tel {
  display: flex;
  align-items: center;
  margin-left: 0.5rem;
}

.tip-box .wap-tel img {
  margin-top: 0.05rem;
  width: 0.45rem;
  height: 0.45rem;
  margin-right: 0.1rem;
}

.tip-box .wap-tel .text {
  padding-top: 0.08rem;
}

.tip-box .wap-tel .text p {
  font-size: 0.18rem;
  color: #333;
  opacity: 0.85;
  letter-spacing: 0.04rem;
}

.tip-box .wap-tel .text a {
  font-size: 0.22rem;
  color: #333;
}

.tip-box .hamburger {
  padding: 0;
  transform: scale(0.6);
  margin-right: 0.1rem;
  margin-top: 0.15rem;
}

.tip-box .hamburger .hamburger-box {
  width: 24px;
  height: 24px;
}

.tip-box .hamburger .hamburger-inner,
.tip-box .hamburger .hamburger-inner:after,
.tip-box .hamburger .hamburger-inner:before {
  background-color: #dd2c17;
}

.tip-box .hamburger .hamburger.is-active .hamburger-inner,
.tip-box .hamburger .hamburger.is-active .hamburger-inner:after,
.tip-box .hamburger .hamburger.is-active .hamburger-inner:before {
  background-color: #dd2c17;
}

.tip-box .nav-box {
  display: none;
  position: fixed;
  margin-left: auto;
  width: 100%;
  height: calc(100vh - 0.9rem);
  background-color: #fff;
  z-index: 100;
  top: 0.9rem;
  left: 0;
}

.tip-box .nav-box .nav {
  display: flex;
  align-items: center;
  margin-bottom: 0.2rem;
  flex-wrap: wrap;
  padding: 0rem 0.2rem 0;
}

.tip-box .nav-box .nav .nav-item {
  display: block;
  width: 100%;
  margin-right: 0.45rem;
}

.tip-box .nav-box .nav .nav-item::after {
  content: "";
  display: block;
  height: 2px;
  background: #dd2c17;
  border-radius: 1px;
  opacity: 0;
  width: 0;
}

.tip-box .nav-box .nav .nav-item:hover::after, .tip-box .nav-box .nav .nav-item.active::after {
  opacity: 1;
  width: 100%;
  transition: all 0.3s;
}

.tip-box .nav-box .nav .nav-item:hover .nav-link, .tip-box .nav-box .nav .nav-item.active .nav-link {
  font-weight: bold;
  font-size: 0.42rem;
}

.tip-box .nav-box .nav .nav-item .nav-link {
  display: block;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #393939;
  font-size: 0.32rem;
  line-height: 1rem;
  padding: 0 0.2rem;
}

.tip-box .nav-box .close {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: url(../images/x.png) no-repeat center;
  background-size: 0.16rem;
  box-shadow: 0 0 0.1rem 0 rgba(255, 255, 255, 0.5);
  color: #333;
  font-size: 0.5rem;
  position: fixed;
  bottom: 10%;
  left: 50%;
  z-index: 100;
  transform: translate(-50%, 0);
  text-align: center;
  line-height: 0.8rem;
  filter: invert(100%);
  opacity: 0.5;
  display: none;
}

.tip-box .m-earch {
  width: 0.22rem;
  height: 0.22rem;
  background-image: url(../images/icon.png);
  background-size: 3rem;
  background-position: 0 0;
  margin-bottom: 0.28rem;
  position: relative;
  cursor: pointer;
}

.tip-box .m-earch::before {
  content: "";
  display: block;
  width: 0.01rem;
  height: 0.2rem;
  background: #dd2c17;
  position: absolute;
  top: 0;
  left: -0.25rem;
}

.tip-box .search-layer {
  position: fixed;
  width: 100%;
  height: 1.2rem;
  top: -1.5rem;
  left: 0;
  z-index: 101;
  background-color: #fff;
  box-shadow: 0 0 0.15rem 0 rgba(0, 0, 0, 0.2);
  padding: 0.2rem;
}

.tip-box .search-layer .icon,
.tip-box .search-layer .close {
  display: block;
  flex-shrink: 0;
  background-color: #f5f5f5;
  border-radius: 0.25rem 0 0 0.25rem;
  width: 0.8rem;
  height: 0.8rem;
}

.tip-box .search-layer .icon::before,
.tip-box .search-layer .close::before {
  content: "";
  display: block;
  width: 0.22rem;
  height: 0.22rem;
  background-image: url(../images/icon.png);
  background-size: 3rem;
  background-position: 0 0;
  margin: 0.14rem auto;
}

.tip-box .search-layer .icon {
  border-radius: 0.5rem 0 0 0.5rem;
}

.tip-box .search-layer .icon::before {
  margin: 0.29rem auto;
  transform: scale(1.2);
}

.tip-box .search-layer .close {
  background-color: #dd2c17;
  border-radius: 0 0.4rem 0.4rem 0;
}

.tip-box .search-layer .close::before {
  width: 0.32rem;
  height: 0.32rem;
  background-position: 0 -0.58rem;
  opacity: 0.45;
  margin: 0.24rem auto;
  transform: scale(1.1);
}

.tip-box .search-layer .text {
  border: 0.01rem solid #f5f5f5;
  outline: none;
  color: #333;
  flex-grow: 1;
  padding: 0 0 0 0.3rem;
  line-height: 0.78rem;
  font-size: 0.26rem;
}

.map-box {
  display: flex;
  background: #f8f8f8;
  padding: 0.4rem;
}

.map-box p {
  width: 20%;
  color: #141212;
  font-size: 0.26rem;
}

.map-box .link {
  width: 80%;
  display: flex;
  flex-wrap: wrap;
}

.map-box .link a {
  font-size: 0.24rem;
  margin: 0 0.1rem 0.1rem 0;
}


.recruit-box {
  position: fixed;
  bottom: 0.98rem;
  left: 0;
  width: 100%;
  height: 0.7rem;
  background: rgba(13, 12, 46, 0.65);
  box-shadow: 0 2px 0.13rem 0 rgba(45, 56, 82, 0.4);
  z-index: 10;
}

.recruit-box .area {
  display: flex;
  justify-content: space-between;
  height: 100%;
}

.recruit-box .area .left-column {
  position: relative;
}

.recruit-box .area .left-column img {
  position: absolute;
  left: 0;
  bottom: 0.12rem;
  z-index: 9;
  width: 2.31rem;
}

.recruit-box .area .left-column .u-text {
  position: relative;
  z-index: 10;
  padding-left: 1.05rem;
  font-size: 0.26rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 0.7rem;
  background: linear-gradient(0deg, #f56517 15%, #fff 50%);
  -webkit-text-fill-color: transparent;
}

.recruit-box .area .right-column {
  display: flex;
}

.recruit-box .area .right-column .Tele {
  display: flex;
  align-items: center;
}

.recruit-box .area .right-column .Tele .icon {
  display: block;
  width: 0.25rem;
  height: 0.29rem;
  background-image: url(../images/icon.png);
  background-position: -0.21rem 0;
  background-size: 3rem;
  margin-right: 0.15rem;
}

.recruit-box .area .right-column .Tele span {
  display: block;
  font-size: 0.32rem;
  font-family: Arial;
  font-weight: 400;
  color: #ffffff;
  line-height: 0.7rem;
}

.recruit-box .area .right-column .online {
  display: flex;
}

.recruit-box .area .right-column .online span {
  display: block;
  margin: 0.1rem 0 0.1rem 0.2rem;
  width: 1.87rem;
  height: 0.5rem;
  background: linear-gradient(90deg, #e73510, #f96b03);
  border-radius: 0.2rem;
  font-size: 0.2rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 0.5rem;
  text-align: center;
}

.recruit-box .area .right-column .online .icon {
  display: block;
  width: 0.14rem;
  height: 0.15rem;
  background-image: url(../images/icon.png);
  background-position: -0.46rem 0;
  margin-left: 0.2rem;
  margin-top: 0.1rem;
  cursor: pointer;
  background-size: 3rem;
}

.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
}

.popup .u-img {
  width: 100%;
  height: 100%;
}

.popup .consult-btn {
  position: absolute;
  left: 50%;
  bottom: -0.15rem;
  transform: translate(-50%, 0);
  display: block;
  width: 2.05rem;
  height: 0.59rem;
  background: url(../images/moerbtn.png) no-repeat center/cover;
}

.popup .close {
  position: absolute;
  right: 0.42rem;
  top: 0.55rem;
  z-index: 100;
  display: block;
  width: 0.32rem;
  height: 0.32rem;
  border-radius: 50%;
  background-image: url(../images/icon.png);
  background-position: 0 -0.58rem;
  background-size: 3rem;
  cursor: pointer;
}

.fixedright-box {
  position: fixed;
  right: -0.03rem;
  top: 25%;
  z-index: 100;
}

.fixedright-box ul {
  background-color: #fff;
  padding: 0.1rem 0.11rem;
  box-shadow: 0 0 0.13rem 0 rgba(95, 95, 95, 0.25);
  border-radius: 0.1rem 0 0 0.1rem;
}

.fixedright-box ul li {
  border-bottom: 0.01rem solid #ccc;
  padding-top: 0.15rem;
  position: relative;
}

.fixedright-box ul li a {
  position: relative;
  z-index: 5;
}

.fixedright-box ul li a .icon {
  display: block;
  width: 0.28rem;
  height: 0.28rem;
  background-image: url(../images/icon.png);
  background-size: 3rem;
}

.fixedright-box ul li a label {
  display: block;
  font-size: 0.12rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 0.28rem;
}

.fixedright-box ul li:nth-child(1) {
  padding-top: 0;
}

.fixedright-box ul li:nth-child(1) a .icon {
  background-position: -0.44rem -0.4rem;
}

.fixedright-box ul li:nth-child(2) a .icon {
  background-position: -0.72rem -0.4rem;
}

.fixedright-box ul li:nth-child(2):hover .m-text {
  right: 0.36rem;
}

.fixedright-box ul li:nth-child(3) {
  border: none;
}

.fixedright-box ul li:nth-child(3) a .icon {
  background-position: -1rem -0.4rem;
}

.fixedright-box ul li:nth-child(3):hover .erwei {
  right: 0.67rem;
}

.fixedright-box ul li .m-text {
  position: absolute;
  top: 0;
  right: -3rem;
  width: 2.92rem;
  height: 0.84rem;
  z-index: 2;
  background: url(../images/phonebg.png) no-repeat center/cover;
  padding: 0.18rem 0.3rem 0.2rem 0.6rem;
  text-align: center;
  transition: all 0.3s;
}

.fixedright-box ul li .m-text span {
  font-size: 0.22rem;
  font-family: SourceHanSansCN;
  font-weight: bold;
  color: #dd2c17;
  line-height: 0.24rem;
}

.fixedright-box ul li .m-text p {
  font-size: 0.16rem;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #dd2c17;
  line-height: 0.24rem;
}

.fixedright-box ul li .erwei {
  width: 1.56rem;
  height: 1.95rem;
  transition: all 0.3s;
  border: 0.01rem solid #e3e3e3;
  border-radius: 0.1rem;
  position: absolute;
  top: 0;
  z-index: 2;
  right: -2rem;
  box-shadow: 0 0 0.13rem 0 rgba(95, 95, 95, 0.25);
  overflow: hidden;
}

.fixedright-box ul li .erwei img {
  display: block;
  width: 100%;
  height: auto;
}

.fixedright-box ul li .erwei .text {
  background: linear-gradient(115deg, #ff7200, #ff4200, #cd281f);
  font-size: 0.16rem;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #ffffff;
  line-height: 0.4rem;
  text-align: center;
}

.fixedright-box .goTop {
  margin-top: 0.15rem;
  height: 0.46rem;
  background: #000033;
  border-radius: 0.1rem 0 0 0.1rem;
  padding-top: 0.18rem;
}

.fixedright-box .goTop a {
  display: block;
  width: 0.18rem;
  height: 0.1rem;
  background-image: url(../images/icon.png);
  background-size: 3rem;
  background-position: -1.32rem -0.48rem;
  margin: 0 auto;
}

.fix-footer {
  height: 0.98rem;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #dd2c17;
}

.fix-footer a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 1.3rem;
}

.fix-footer a .icon {
  display: block;
  width: 0.42rem;
  height: 0.36rem;
  background-image: url(../images/icon.png);
  background-size: 3rem;
}
.fix-footer a .iconfont{
  color:#fff;
  font-size: 20px;
}

.fix-footer a p {
  font-size: 14px;
  color: #fff;
  line-height: 0.3rem;
  margin-top: 0.1rem;
}

.fix-footer a.nav .icon {
  background-position: -0.32rem -0.73rem;
}

.fix-footer a.job_icon .icon {
  background-position: -0.74rem -0.73rem;
}

.fix-footer a.serv .icon {
  background-position: -1.16rem -0.73rem;
}

.fix-footer a.address .icon {
  background-position: -1.58rem -0.73rem;
}

.fix-footer a.search .icon {
  background-position: -2rem -0.73rem;
}

@keyframes circle_classic {
  0% {
    opacity: 0.1;
    transform: rotate(0deg) scale(0.5);
  }
  100% {
    opacity: 1;
    transform: rotate(360deg) scale(1.2);
  }
}

.stop {
  height: 100%;
  overflow: hidden;
}

.area {
  max-width: 100%;
  padding: 0 0.2rem;
}

body {
  padding: 0;
  margin: 0 auto;
}

.top-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.3rem;
  border-bottom: #cccccc solid 0.01rem;
}

.top-title p {
  font-size: 0.32rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #000000;
}

.top-title .more {
  font-size: 0.28rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ED350B;
}

.top-title .more:hover {
  color: #EB340C;
}

.search-box {
  position: relative;
  z-index: 1;
  margin-top: 0.9rem;
  display: flex;
  justify-content: center;
  overflow: hidden;
}

.search-box .back-img {
  height: 2rem;
  width: 100%;
}

.search-box .input-box {
  display: flex;
  position: absolute;
  top: 0.6rem;
  width: 85%;
  height: 0.9rem;
  justify-content: center;
  background: #ffffff;
  border: 0.01rem solid #eaeaea;
}

.search-box .input-box input {
  width: 100%;
  padding: 0 0.2rem;
  border: none;
}

.search-box .input-box button {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 35%;
  background: #dd2c17;
  border: none;
  font-size: 0.28rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 0.38rem;
}

.search-box .input-box .u-img {
  height: 0.21rem;
  width: 0.21rem;
  margin-right: 0.1rem;
}

.select-box {
  position: relative;
  display: flex;
  border-bottom: #eaeaea solid 0.01rem;
}

.select-box .job {
  width: 50%;
  text-align: center;
  z-index: 2;
  background: #fff;
}

.select-box .job .job-btn {
  padding: 0.3rem 0.4rem;
  font-size: 0.28rem;
}

.select-box .job .active {
  background: #dd2c17;
  color: #ffffff;
}

.select-box .job .job-list {
  display: none;
  position: absolute;
  width: 100%;
  height: 7.2rem;
  overflow-y: scroll;
  top: 0.9rem;
  left: 0;
  background: #ffffff;
  z-index: 1;
}

.select-box .job .job-list li {
  font-size: 0.26rem;
  line-height: 0.9rem;
  border-bottom: #f1f1f1 solid 0.01rem;
}
.select-box .job .job-list li.active,.select-box .city .city-list li.active{background: #fff;color: #dd2c17;}
.select-box .job .job-list li.active a,.select-box .city .city-list li.active a{color: #dd2c17;}
.select-box .city {
  width: 50%;
  text-align: center;
  z-index: 2;
  background: #fff;
  border-left: #eaeaea solid 0.01rem;
}

.select-box .city .city-btn {
  padding: 0.3rem 0.4rem;
  font-size: 0.28rem;border-right: 1px solid #eee;
/*  background: #f7f7f7;*/
}

.select-box .job .job-btn i,.select-box .city .city-btn i{width: 0;height: 0;border-top: 6px solid #dd2c17; border-right: 6px solid transparent; border-left: 6px solid transparent;border-bottom: 6px solid transparent;position: relative; top: 14px; left: 10px;}
.select-box .job .active i,.select-box .city .active i{width: 0;height: 0;border-top: 6px solid #fff; border-right: 6px solid transparent; border-left: 6px solid transparent;border-bottom: 6px solid transparent;position: relative; top: 14px; left: 10px;}
.select-box .city .active {
  background: #dd2c17;
  color: #ffffff;
}

.select-box .city .city-list {
  display: none;
  position: absolute;
  width: 100%;
  height: 7.2rem;
  overflow-y: scroll;
  top: 0.9rem;
  left: 0;
  background: #ffffff;
  z-index: 1;
}

.select-box .city .city-list li {
  font-size: 0.26rem;
  line-height: 0.9rem;
  border-bottom: #f1f1f1 solid 0.01rem;
}

.select-box .back {
  display: none;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background: rgba(0, 0, 0, 0.2);
}

.list-box ul {
  display: flex;
  flex-direction: column;
  padding: 0 0.2rem;
}

.list-box ul li {
  border-bottom: #eaeaea solid 0.01rem;
}

.list-box ul li a {
  display: flex;
  margin: 0.4rem 0.21rem;
}

.list-box ul li a .con {
  width: 75%;
}

.list-box ul li a .con .title {
  padding-bottom: 0.1rem;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #222222;
}


.list-box ul li a .con .title b{
  width: 170px;
  white-space: nowrap; text-overflow: ellipsis;overflow: hidden;font-weight: normal;display: inline-block;}

.list-box ul li a .con .title .time{color: #515151; position: relative; top: -4px;
  font-weight: 400;
  font-size: 0.24rem;}

.list-box ul li a .con .intro {
  display: flex; padding-bottom: 0.1rem;
}

.list-box ul li a .con .intro p {
  margin: 0 0.1rem 0 0;
  line-height: 0.4rem;
}

.list-box ul li a .con .intro .salary {
  font-size: 0.24rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #f23c12;
}

.list-box ul li a .con .intro .name {
  font-size: 13px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
}

.list-box ul li a .con .intro .year {
  padding: 0 0.1rem;
  background: #f8f8f8;
  border-radius: 0.1rem;
  font-size: 13px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
}

.list-box ul li a .more {
  display: block; text-align: right;
  align-items: top;
  width: 25%;
}

.list-box ul li a .more p {
  align-items: center;
  margin-right: 0; margin-bottom: 10px;
  font-size: 0.28rem;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #f24213;
}

.list-box .more {
  display: flex;
  justify-content: center;
  align-items: center;
}

.list-box .more .more-btn {
  font-size: 0.26rem;
    width: 2.25rem;
    height: 0.82rem;
    line-height: 0.82rem; text-align: center;
    border-radius: 0.41rem;
    font-weight: 400;
    margin: 0.5rem; color: #fff;
    box-shadow: 0 0 0.1rem 0 rgba(221, 44, 23, 0.51);
    transition: all 0.3s;
    background: linear-gradient(90deg, #ec3a14 0%, #ff7108 100%);
    padding: 0 0.4rem;
}

.header_con {
  position: relative;
  overflow: hidden;
  height: 4.2rem;
}

.header_con .banner_con {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  height: 100%;
}

.header_con .banner_con .back-img {
  position: absolute;
  top: 0;
}

.header_con .btn {
  position: relative;
  display: none;
  justify-content: center;
  align-items: center;
  height: 0.8rem;
  width: 90%;
  padding: 0 0.6rem;
  margin-top: 0.4rem;
  background: linear-gradient(-73deg, #ff7200, #ff4200, #cd281f);
  box-shadow: 0rem 0.05rem 0.15rem 0rem #fd4608;
  border-radius: 0.4rem;
}

.header_con .btn p {
  font-size: 0.28rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  margin-right: 0.4rem;
}

.header_con .btn .u-img {
  width: 0.19rem;
}

.content-box {
  background: #F2F2F2;
  padding: 0.2rem 0 0.2rem 0;
}

.content-box .area {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.content-box .content-left {
  display: flex;
  flex-direction: column;
}

.content-box .content-left .content-list {
  width: 10.27rem;
  margin-right: 0.4rem;
  background: #ffffff;
  border: 0.01rem solid #eaeaea;
  border-radius: 0.14rem 0.14rem 0rem 0rem;
}

.content-box .content-left .content-list .top-title {
  border-bottom: #eaeaea solid 0.01rem;
}

.content-box .content-left .content-list ul {
  display: flex;
  flex-direction: column;
  padding: 0 0.2rem;
}

.content-box .content-left .content-list ul li {
  display: flex;
  border-bottom: #eaeaea solid 0.01rem;
}

.content-box .content-left .content-list ul li .con {
  width: 85%;
  padding: 0.29rem 0.21rem;
}

.content-box .content-left .content-list ul li .con .title {
  padding-bottom: 0.18rem;
  font-size: 0.18rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #222222;
}

.content-box .content-left .content-list ul li .con .intro {
  display: flex;
}

.content-box .content-left .content-list ul li .con .intro p {
  margin: 0 0.1rem 0 0;
  line-height: 0.22rem;
}

.content-box .content-left .content-list ul li .con .intro .salary {
  font-size: 0.16rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #f23c12;
}

.content-box .content-left .content-list ul li .con .intro .name {
  font-size: 0.14rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
}

.content-box .content-left .content-list ul li .con .intro .year {
  padding: 0 0.06rem;
  background: #f8f8f8;
  font-size: 0.14rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
}

.content-box .content-left .content-list ul li .more {
  display: flex;
  align-items: center;
  width: 15%;
}

.content-box .content-left .content-list ul li .more a {
  transition: 0.2s;
  padding: 0.12rem 0.24rem;
  background: rgba(251, 253, 255, 0);
  border: 0.01rem solid #dddddd;
  border-radius: 0.2rem;
  font-size: 0.16rem;
  font-weight: 400;
  color: #a4a4a4;
  font-family: Microsoft YaHei;
  line-height: 0.16rem;
}

.content-box .content-left .content-list ul li .more a:hover {
  color: #ffffff;
  background: #dd2c17;
  box-shadow: 0rem 0rem 0.1rem 0rem rgba(185, 27, 8, 0.36);
}

.content-box .content-left .paging {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 0.2rem;
  padding: 0.1rem 0.23rem;
  width: 100%;
  background: #fbf4ef;
  border: 0.01rem solid #efe9e5;
  border-radius: 0.2rem;
}

.content-box .content-left .paging .item {
  width: 100%;
  margin: 0.1rem 0;
}

.content-box .content-left .paging .item a {
  transition: 0.2s;
  font-size: 0.26rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
}

.content-box .content-left .paging .item:hover a {
  color: #dd2c17;
}

.content-box .content-right {
  display: flex;
  flex-direction: column;
  margin-top: 0.2rem;
}

.content-box .content-right .contact {
  display: flex;
  width: 100%;
  height: 1.95rem;
  padding: 0.4rem;
  background: linear-gradient(0deg, #e23a13, #f9790b);
  border: 0.01rem solid #eaeaea;
  border-radius: 0.14rem;
  margin-bottom: 0.3rem;
}

.content-box .content-right .contact .u-img {
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  overflow: hidden;
  background: #ffffff;
  border: 0.02rem solid #cc281f;
}

.content-box .content-right .contact .right {
  display: flex;
  flex-direction: column;
  margin-left: 0.27rem;
  padding: 0.2rem 0;
}

.content-box .content-right .contact .right p {
  font-size: 0.24rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 0.15rem;
  text-align: center;
}

.content-box .content-right .contact .right a {
  transition: 0.2s;
  width: 1.11rem;
  height: 0.4rem;
  background: #ffffff;
  box-shadow: 0rem 0rem 0.1rem 0rem rgba(185, 27, 8, 0.36);
  border-radius: 0.2rem;
  border: #ffffff solid 0.01rem;
  font-size: 0.16rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #dd2c17;
  line-height: 0.38rem;
  text-align: center;
}

.content-box .content-right .contact .right a:hover {
  box-shadow: 0rem 0rem 0.1rem 0rem rgba(255, 255, 255, 0.8);
}

.content-box .content-right .showImg {
  width: 3.73rem;
  height: 1.95rem;
  background: linear-gradient(0deg, #e23a13, #f9790b);
  border: 0.01rem solid #eaeaea;
  border-radius: 0.14rem;
  margin-bottom: 0.3rem;
  overflow: hidden;
}

.content-box .content-right .hot-job,
.content-box .content-right .hot-point {
  width: 100%;
  border: 0.01rem solid rgba(182, 182, 182, 0.26);
  border-radius: 0.1rem 0.1rem 0 0;
  margin-bottom: 0.3rem;
  background: #ffffff;
}

.content-box .content-right .hot-job .list,
.content-box .content-right .hot-point .list {
  padding: 0.1rem;
}

.content-box .content-right .hot-job .list a,
.content-box .content-right .hot-point .list a {
  transition: 0.2s;
  display: flex;
  justify-content: space-between;
  width: 100%;
  line-height: 0.6rem;
  border-radius: 0.08rem;
}

.content-box .content-right .hot-job .list a:hover,
.content-box .content-right .hot-point .list a:hover {
  background: rgba(242, 62, 13, 0.05);
}

.content-box .content-right .hot-job .list a:hover .job,
.content-box .content-right .hot-point .list a:hover .job {
  font-weight: bold;
  color: #eb340c;
}

.content-box .content-right .hot-job .list a:hover .money,
.content-box .content-right .hot-point .list a:hover .money {
  font-weight: bold;
}

.content-box .content-right .hot-job .list a:hover .hot,
.content-box .content-right .hot-point .list a:hover .hot {
  font-weight: bold;
  color: #f23f0f;
}

.content-box .content-right .hot-job .list a .job,
.content-box .content-right .hot-point .list a .job {
  width: 80%;
  font-size: 0.26rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  padding: 0.1rem 0.2rem;
}

.content-box .content-right .hot-job .list a .money,
.content-box .content-right .hot-point .list a .money {
  width: 20%;
  font-size: 0.26rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #eb340c;
  padding: 0.1rem 0.1rem;
}

.content-box .content-right .hot-job .list a .hot,
.content-box .content-right .hot-point .list a .hot {
  font-size: 0.16rem;
  font-family: Microsoft YaHei;
  color: #333333;
  padding: 0 0.13rem;
  line-height: 0.5rem;
}

.detail-content-box {
  background-image: url(../images/bg-detail.jpg);
  overflow: hidden;
}

.details-bread-box {
  margin-top: 0.9rem; 
  padding: 0.1rem 0.2rem;
  background: #ffffff;
}

.details-bread-box .area {
  display: flex;
  align-items: center;
}

.details-bread-box .u-img {
  width: 0.18rem;
  height: 0.2rem;
  margin-right: 0.11rem;
}

.details-bread-box p {
  font-size: 0.22rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  line-height: 0.66rem; white-space: nowrap; text-overflow:ellipsis; overflow: hidden;
}

.details-bread-box p .current {
  color: #4f4f4f;
}

.detail-content-list {
  width: 100%;
  padding: 0.2rem 0.45rem 0.45rem 0.45rem;
  background: #ffffff;
  border: 0.01rem solid #eaeaea; font-size: 0.28rem; line-height: 2;
  border-radius: 0.14rem 0.14rem 0rem 0rem;
}

.detail-content-list img{height: auto!important;}

.detail-content-list .detail-title {
  display: flex;
  margin: 0.26rem 0;
}

.detail-content-list .detail-title i {
  width: 0.06rem;
  height: 0.3rem;
  background: #f23f0f;
  border-radius: 0.03rem;
  margin-right: 0.25rem;
}

.detail-content-list .detail-title p {
  font-size: 0.32rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #000000;
  line-height: 0.32rem;
}

.detail-top-text {
  position: relative;
  width: 85vw;
}

.detail-top-text .title {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 0.23rem;
}

.detail-top-text .title p {
  font-size: 0.36rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #000033;
  margin-right: 0.1rem;
}

.detail-top-text .title .money {
  font-size: 0.36rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #f23f0f;
}

.detail-top-text .intro {
  font-size: 0.28rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000033;
  margin-bottom: 0.15rem;
  letter-spacing: 0.02rem;
}

.detail-top-text .tags {
  display: flex;
  flex-wrap: wrap;
}

.detail-top-text .tags p {
  line-height: 0.5rem;
  padding: 0 0.25rem;
  background: #6d8dc3;
  border-radius: 0.25rem;
  font-size: 0.26rem;
  font-family: Microsoft YaHei;
  color: #ffffff;
  margin-right: 0.1rem;
  margin-top: 0.1rem;
}
